home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / rtgam11.zip / GAMMON.DOC < prev    next >
Text File  |  1992-02-09  |  11KB  |  246 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                               REAL-TIME BACKGAMMON
  7.                               ------------------
  8.                                      v1.1
  9.  
  10.         One of the MicroNet Collection of multi-BBS Doorware programs.
  11.            Supporting PCBoard, Wildcat!, Gap, QBBS, RBBS, Spitfire,
  12.               UltraBBS, Telegard, TriTel, Remote Access, and WWIV
  13.  
  14.                                       By
  15.  
  16.                                   Ted Freeman
  17.                                 Rt. 1, Box 869
  18.                               Tazewell, TN 37879
  19.  
  20.                             (c) Copyright 1991-1992
  21.                               All Rights Reserved
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.                                CONTENTS
  30.                                ========
  31.                                                                              
  32.       Information:      ~Copyright~
  33.                            ~Warranty~
  34.                               ~Distribution~
  35.                                  ~Registration~
  36.                                                                              
  37.       Door Operation:   ~Configuration Files~
  38.                            ~Batch File~
  39.                               ~Top Ten Bulletin~
  40.                                  ~Sysop Keys~
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.                          ^Configuration Files^
  48.                           -------------------
  49.                                                                              
  50.                                                                              
  51.    Use the left/right arrows keys to select the desired system file
  52.    then press ENTER.
  53.  
  54.  
  55.  
  56.                 ~CALLINFO.BBS~
  57.                    ~CHAIN.TXT~
  58.                       ~DOOR.SYS~
  59.                          ~DORINFOx.DEF~
  60.                             ~PCBOARD.SYS~
  61.                                ~SFDOORS.DAT~
  62.                                   ~USERS.SYS~
  63.                                      ~USERINFO.DAT~
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. #
  71.  
  72. Example configuration file for|PCBOARD.SYS|
  73. ------------------------------------------
  74.                                                                              .
  75. C:\PCB\PCBOARD.SYS  <=-  (Full pathname of your PCBOARD.SYS file)
  76. MicroNet            <=-  (Change this to your BBS name)
  77. Ted                 <=-  (The Sysop's first name)
  78. Freeman             <=-  (The Sysop's last name)
  79.  
  80. Example configuration file for|USERS.SYS|
  81. ------------------------------------------
  82.                                                                              .
  83. C:\PCB\USERS.SYS    <=-  (Full pathname of your USERS.SYS file)
  84. MicroNet            <=-  (Change this to your BBS name)
  85. Ted                 <=-  (The Sysop's first name)
  86. Freeman             <=-  (The Sysop's last name)
  87.  
  88. Example configuration file for|DOOR.SYS|
  89. ---------------------------------------
  90.                                                                              .
  91. C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  92. MicroNet PCBoard    <=-  (Change this to your BBS name)
  93. Ted                 <=-  (The Sysop's first name)
  94. Freeman             <=-  (The Sysop's last name)
  95.  
  96. Example configuration file for|USERINFO.DAT|
  97. -------------------------------------------
  98.                                                                              .
  99. C:\BBS\USERINFO.DAT <=-  (Full pathname of your USERINFO.DAT file)
  100. MicroNet PCBoard    <=-  (Change this to your BBS name)
  101. Ted                 <=-  (The Sysop's first name)
  102. Freeman             <=-  (The Sysop's last name)
  103. NOTE: DOOR.SYS must be in the SAME directory as USERINFO.DAT
  104.  
  105. Example configuration file for|CALLINFO.BBS|
  106. -------------------------------------------
  107.                                                                              .
  108. C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS file)
  109. MicroNet            <=-  (Change this to your BBS name)
  110. Ted                 <=-  (The Sysop's first name)
  111. Freeman             <=-  (The Sysop's last name)
  112.  
  113. Example configuration file for|DORINFOx.DEF|
  114. -------------------------------------------
  115.                                                                              .
  116. C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  117.                           where 'x' is the BBS Node number.
  118. MicroNet            <=-  (Change this to your BBS name)
  119. Ted                 <=-  (The Sysop's first name)
  120. Freeman             <=-  (The Sysop's last name)
  121.  
  122. Example configuration file for|SFDOORS.DAT|
  123. ------------------------------------------
  124.                                                                              .
  125. C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  126. MicroNet            <=-  (Change this to your BBS name)
  127. Ted                 <=-  (The Sysop's first name)
  128. Freeman             <=-  (The Sysop's last name)
  129.  
  130. Example configuration file for|CHAIN.TXT|
  131. ----------------------------------------
  132.                                                                              .
  133. C:\BBS\CHAIN.TXT    <=-  (Full pathname of your CHAIN.TXT file)
  134. MicroNet            <=-  (Change this to your BBS name)
  135. Ted                 <=-  (The Sysop's first name)
  136. Freeman             <=-  (The Sysop's last name)
  137.  
  138. Example|Batch File|
  139. -------------------
  140. A sample  door batch  file is  included in the ZIP file.  On my BBS this
  141. file is called GAMMON and does the following:
  142.                                                                              .
  143.    ECHO OFF
  144.    CD\DOORS\GAMMON          <=- Switch to my doors Directory.
  145.    GAMMON GAMMON.CNF        <=- Execute the door program and pass the
  146.                                 configuration filename to the program.
  147.    CD\PCB                   <=- Go back to PCB DIR when user exits door.
  148.    BOARD                    <=- Restart BBS.
  149.                                                                              .
  150. The file  BRT71EFR.EXE must be in the  same  directory  as this door or
  151. accessible via the DOS PATH command.
  152.  
  153.  
  154.                           |High Score Bulletin|
  155.                            -------------------
  156.                                                                              .
  157. REAL-TIME BACKGAMMON maintains a Bulletin of game winners in a file called 
  158. SCORES.TXT. The Bulletin keeps a record of total games won and ranks the
  159. player from Beginner to Grand Master depending on number of games won.  
  160.  
  161.  
  162.                              |Sysop Keys|
  163.                               ----------
  164.                                                                              .
  165. F3    -  Toggles the printer On/Off. Value is passed to PCBoard and/or
  166.          written to DOOR.SYS and USERS.SYS
  167. F4    -  Toggles the Page Bell on/off. Value is passed to PCBoard
  168.          and/or written to DOOR.SYS and USERS.SYS
  169. F5    -  DOS Shell. Allows SysOp to exit to DOS from inside a DOOR.
  170. F7    -  Toggles the Caller Alarm On/Off. Value is passed to PCBoard
  171.          and/or written to DOOR.SYS and USERS.SYS
  172. F8    -  Returns the caller involuntarily to the BBS.
  173. F9    -  Toggles the local display On/Off. Value is passed to PCBoard
  174.          and/or written to DOOR.SYS and USERS.SYS
  175. F10   -  Activates SysOp CHAT mode within the DOOR.
  176. ESC   -  Deactivates CHAT mode.  DOOR is resumed.
  177. UP    -  Give the caller extra time while in the DOOR.  
  178. DN    -  Subtract time from the caller while in the DOOR. 
  179. HOME  -  HELP key for Status Line options.
  180. ALT-N -  SysOp next on toggle. Value is passed to PCBoard.
  181.          Not available on non-PCBoard systems.
  182. ALT-X -  PCBoard will exit after current caller logs off. Value is
  183.          passed to PCBoard. Not available on non-PCBoard systems.
  184.  
  185.                             |Distribution|
  186.                              ------------
  187.                                                                              .
  188. This program is being distributed via the SHAREWARE concept and as such,
  189. may be copied freely with the following restrictions:
  190.                                                                              .
  191.         * The program must be supplied in it's original unmodified
  192.           form, including documentation.
  193.                                                                              .
  194.         * This program may not be distributed as part of any commercial
  195.           application or service without the express, written consent
  196.           of the author.
  197.                                                                              .
  198.         * Vendors of Shareware/Public Domain software may not
  199.           distribute this program without the express, written
  200.           consent of the author, unless Vendor has been approved
  201.           by the Association of Shareware Professionals (ASP).
  202.  
  203.  
  204.                             |Registration|
  205.                              ------------
  206.                                                                              .
  207. This door represents  many hours of  programming and the author deserves
  208. just compensation for his time, efforts and expertise.  If you find this
  209. program to be of some  value and you  continue to use it on your system,
  210. you must return the order form provided along with the registration fee.
  211. Registration  entitles you to  free upgrades via  modem from  MicroNet's
  212. Support Conference.  Payments should be  made in the  form of a check or
  213. money order. Foreign orders  must be in U.S. funds drawn on a U.S. bank. 
  214.                                                                              .
  215.     Online registration with Visa or Mastercard is available via our
  216.     Credit Card Door on the following systems:
  217.                                                                              .
  218.       MicroNet: (615) 626-1620 ULTRA   Livewire: (609) 235-5297 MNP5
  219.         (TN)                             (NJ)    (609) 866-2551 HST DS
  220.                                                  (609) 727-3246 MNP5
  221.                                                                              .
  222. NOTE: If you register online, your registration number will be posted in
  223.       a private message on the system you registered with. If you register
  224.       by mail, your registration number will be posted on MicroNet.
  225.  
  226.                               |Copyright|
  227.                                ---------
  228.                                                                              .
  229. REAL-TIME BACKGAMMON, Copyright 1991-92 by Ted Freeman, is being distributed
  230. as Shareware.  Under this concept you may use the  SHAREWARE (unregistered)
  231. version for a reasonable period of  time for evaluation  after which you
  232. must either register your copy or discontinue  usage.
  233.  
  234.                               |Warranty|
  235.                                --------
  236.                                                                              .
  237. This product is provided as is without warranty of any kind.  The entire
  238. risk as to the results and performance of the program is assumed by you.
  239. Futhermore, the  author does not warrant, guarantee, or  make any  other
  240. representations regarding the use of,  or the  results of the use of the
  241. program,  and you rely on the  program and  results  solely at  your own
  242. risk.  The author  cannot and will not accept  responsibility for system
  243. damage, loss of profit or any other special, consequential or incidental 
  244. damages  resulting  from  the use of or inability to  use this  product.
  245.  
  246.